home *** CD-ROM | disk | FTP | other *** search
-
-
-
- aaaaffffGGGGeeeettttMMMMaaaarrrrkkkkNNNNaaaammmmeeee((((3333ddddmmmm)))) aaaaffffGGGGeeeettttMMMMaaaarrrrkkkkNNNNaaaammmmeeee((((3333ddddmmmm))))
-
-
-
- NNNNAAAAMMMMEEEE
- afGetMarkName, afGetMarkComment - get the name or comment string for a
- given marker id in an audio track
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- ####iiiinnnncccclllluuuuddddeeee <<<<ddddmmmmeeeeddddiiiiaaaa////aaaauuuuddddiiiiooooffffiiiilllleeee....hhhh>>>>
-
- cccchhhhaaaarrrr ****aaaaffffGGGGeeeettttMMMMaaaarrrrkkkkNNNNaaaammmmeeee((((AAAAFFFFffffiiiilllleeeehhhhaaaannnnddddlllleeee ffffiiiilllleeee,,,, iiiinnnntttt ttttrrrraaaacccckkkkiiiidddd,,,, iiiinnnntttt mmmmaaaarrrrkkkkiiiidddd))))
-
- cccchhhhaaaarrrr ****aaaaffffGGGGeeeettttMMMMaaaarrrrkkkkCCCCoooommmmmmmmeeeennnntttt((((AAAAFFFFffffiiiilllleeeehhhhaaaannnnddddlllleeee ffffiiiilllleeee,,,, iiiinnnntttt ttttrrrraaaacccckkkkiiiidddd,,,, iiiinnnntttt mmmmaaaarrrrkkkkiiiidddd))))
-
- PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRR
- _f_i_l_e is an AAAAFFFFffffiiiilllleeeehhhhaaaannnnddddlllleeee structure, previously created by a call to
- aaaaffffOOOOppppeeeennnnFFFFiiiilllleeee(3dm).
-
- _t_r_a_c_k_i_d is a positive integer value which identifies an audio track in
- _f_i_l_e. All currently supported file formats allow exactly one
- audio track per file, so the value AAAAFFFF____DDDDEEEEFFFFAAAAUUUULLLLTTTT____TTTTRRRRAAAACCCCKKKK should
- always be used here for now.
-
- _m_a_r_k_i_d is a positive integer value which identifies a marker structure
- in the audio track given by _t_r_a_c_k_i_d. You obtain marker ID's by
- calling aaaaffffGGGGeeeettttMMMMaaaarrrrkkkkIIIIDDDDssss(3dm). You can call aaaaffffIIIInnnniiiittttMMMMaaaarrrrkkkkIIIIDDDDssss(3dm) to
- assign your own ID's when you create a new audio file.
-
- RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- aaaaffffGGGGeeeettttMMMMaaaarrrrkkkkNNNNaaaammmmeeee(((()))) returns a null-terminated string containing the name
- associated with the specified marker, or the null string on error.
- aaaaffffGGGGeeeettttMMMMaaaarrrrkkkkCCCCoooommmmmmmmeeeennnntttt(((()))) returns a null-terminated string containing the
- comment associated with the specified marker, or the null string on
- error.
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The AIFF-C (AIFF) spec includes locations for name strings in marker
- structures. For example, the marker which holds the beginning sample
- frame location for the sustain loop might be named "begin sustain loop".
-
- The WAVE (RIFF) format spec includes "cues" and associated data
- describing each "cue". In addition to the position and name string, a
- "note" is included in this data. The AF maps the mark position, name and
- comment into these portions of the description.
-
- See wwwwaaaavvvveeee(4) for more details about cues.
-
- See the AIFF-C spec and aaaaiiiiffffffff(4) for more details about markers.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- afOpenFile(3dm), afGetMarkIDs(3dm), afInitMarkIDs(3dm),
- afInitMarkName(3dm), afInitMarkComment(3dm)
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-